home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 001-010 / amok07 / pp / pp.readme < prev    next >
Encoding:
Text File  |  1993-11-04  |  2.5 KB  |  64 lines

  1.          **************************************************
  2.          *                                                *
  3.          *      PP - the perfect Printout on Epson LQ     *
  4.          *                       by                       *
  5.          *                Hans-Joachim Siebert            *
  6.          *                     14.08.88                   *
  7.          *                                                *
  8.          **************************************************
  9.  
  10. This program  was a real necessity with the commands "type to prt:" and
  11. "copy  to prt:" not working properly with my Epson LQ-850. Even the new
  12. LQ-driver isn't  just the  thing. What I think is most important is the
  13. missing FormFeed at  the end of the textfile  to  enable  the automatic 
  14. separating of the LQ. Together with the options I built in this program
  15. enables me to forget all about the printer buttons.
  16.  
  17. The long and the short of it - use it:
  18.  
  19.    PP <filename> [bcdeijlmpqrsux]
  20.    
  21.    The meaning of the chars:
  22.       
  23.       b      bold
  24.       c      condensed
  25.       d      doublestrike
  26.       e      Elite ( 12 CPI)
  27.       i      italics
  28.       j      fully justified
  29.       l      letter quality
  30.       m      micro printing
  31.       p      proportional spacing
  32.       q      Sans Serif ( works only with l = letter quality) 
  33.       r      margins : left 5, right 75
  34.       s      skip perforation
  35.       u      unidirectional printing
  36.       x      expanded
  37.       
  38. Examples:
  39.  
  40.     PP vd0:myText.asc lqrp     (* the text is printed in Sans Serif propor-
  41.                                     tional with left and right margins   *)
  42.     PP df1:Source.asc be       (* the text is printed in draft-mode with
  43.                                     12 CPI (Elite) and bold              *)
  44.                                    
  45. Tips for M2Amiga-Users:
  46.  
  47.     Other  printers  can be handled with this program as well. You have to
  48.     change  the printer-codes  within  the CASE-statement in the procedure
  49.     "Auswertung" ( i.e. evaluation  ): put the decimal code into the para-
  50.     meters  of the Send( , , )-command ( if you have less than three para-
  51.     meters then fill the rest with -1 !).
  52.          To send other special characters than the German ones just change
  53.     and/or  extend  the characters within the CASE-statement in the proce-
  54.     dure  "Umlaute" (i.e. mutated vowels). Or  if  you  don't need special
  55.     characters  at all  simply cut  the  procedure "Umlaute" and its call.
  56.          You  didn't  understand  a  word of this ? Then it's high time to
  57.     have a look at the source code !     
  58.       
  59. Tschüüüss
  60.  
  61.       Achim
  62.  
  63.  
  64.